home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / kpsecure / install.exe / KPSGCNST.RC < prev    next >
Encoding:
Text File  |  1996-05-20  |  4.1 KB  |  84 lines

  1.  
  2. #include "KpSGCnst.PAS"
  3.  
  4. STRINGTABLE
  5. {    SKpVersion,                                  "v1.01"
  6.     SKpTableNotSpecified,              "Security Table Not Specified"
  7.     SKpTableNotActive,                  "Security Table Not Active"
  8.     SKpFieldNotSpecified,              "%s Field Not specified correctly in Security Table"
  9.     SKpUserDoesNotExist,              "%s: %s does not exist!"
  10.     SKpNoUserLogged,                      "No %s Currently Logged Into the System"
  11.     SKpbtnOK,                                      "&OK"
  12.     SKpbtnCancel,                              "&Cancel"
  13.     SKpbtnHelp,                                  "&Help"
  14.     SKpbtnClose,                              "&Close"
  15.     SKpbtnEdit,                                  "&Edit"
  16.     SKpbtnAdd,                                  "&Add"
  17.     SKpbtnDelete,                              "&Delete"
  18.     SKpPassInstructions,               "Enter %s and %s below:"
  19.     SKpInstructions,                      "Enter %s below:"
  20.     SKpTypeHere,                              "Type in %s:"
  21.     SKpUserOrPasswordError,            "Invlid %s or %s - %d tries left!"
  22.     SKpError,                                      "Invalid %s! - %d tries left!"
  23.     SKpThatsIt,                                  "That's All!!! No Tries Left!!!"
  24.     SKpUserIDList,                          "%s List:"
  25.     SKpUpdatePassword,                    "Update %s?"
  26.     SKpUserExists,                            "%s: %s exists already! - Please try again!"
  27.     SKpNewUser,                                  "NEW USER"
  28.     SKpNewUserError,                        "'%s' is not a valid %s"
  29.     SKpDelete,                                  "Delete %s: %s"
  30.     SKpPrev,                                      "Enter &Previous %s:"
  31.     SKpNew,                                            "Enter &New %s:"
  32.     SKpConfirm,                                  "&Confirm New %s:"
  33.     SKpPrevInvalid,                          "Previous %s is invalid! Try again!"
  34.     SKpNoConfirm,                              "New %s did not confirm! Try again!"
  35.     SKpFieldLabel,                          "%s:"
  36.     SKpMainIcon,                              "MAINICON"
  37.     SKpNoDefaultSecurityOption,    "Default security option can""t be set to soDefault"
  38.     SKpControl,                                    "%d|%s"
  39.     SKpLabelInstructions,                "Create alternative names for the following:"
  40.     SKpUser,                                        "Name for User ID:"
  41.     SKpUserLabel,                                "User ID"
  42.     SKpPassword,                                "Name for Password:"
  43.     SKpPasswordLabel,                        "Password"
  44.     SKpSecurityLevel,                        "Name for Security Level:"
  45.     SKpSecurityLevelLabel,            "Security Level"
  46.     SKpWhenMinSecurityLevel,        "When this minimum %s is not met..."
  47.     SKpTrainGuard,                            "Train Guard With Security Protocal"
  48.     SKpDialogInstructions,            "Enter Captions and Help Indexes for each Dialog"
  49.     SKpLogin,                                        "Login Screen:"
  50.     SKpLoginCaption,                        "User Login Dialog ..."
  51.     SKpEditUser,                                "Edit User Screen:"
  52.     SKpEditUserCaption,                    "Edit %s's User Information ..."
  53.     SKpEditUserList,                        "Edit User List Screen:"
  54.     SKpEditUserListCaption,            "Edit List of Users ..."
  55.     SKpChangePassword,                    "Change Password Screen:"
  56.     SKpChangePasswordCaption,        "Change %s's Password ..."
  57.     SKpVerifyPassword,                    "Please re-enter %s:"
  58.     SKplgEncrypt,                                "%s '%s' encrypted"
  59.     SKplgLogin,                                    "%s '%s' logged in"
  60.     SKplgFailedLogin,                        "%s FAILED LOGIN"
  61.     SKplgVerifyPassword,                "%s '%s' successfully verified %s"
  62.     SKplgFailedVerifyPassword,    "%s '%s' FAILED TO VERIFY %s"
  63.     SKplgLogOut,                                "%s '%s' logged out"
  64.     SKplgDeleteUser,                        "%s '%s' deleted from Security Table"
  65.     SKplgEditUser,                            "%s '%s' edited"
  66.     SKplgEditUserList,                    "%s list editor run"
  67.     SKplgChangeUser,                        "Current %s changed from '%s' to '%s'"
  68.     SKplgChangePassword,                "Current %s changed from '%s' to '%s'"
  69.     SKplgChangeSecurityLevel,        "Current %s changed from %d to %d"
  70.     SKplgChangeStatus,                    "Current status changed from %s to %s"
  71.     SKplgUDUser,                                "%s for '%s' changed from '%s' to '%s' in Security Table"
  72.     SKplgUDPassword,                        "%s for '%s' changed to '%s' in Security Table (encrypted)"
  73.     SKplgUDSecurityLevel,                "%s for '%s' updated from %d to %d in Security Table"
  74.     SKpObjNotProtected,                    "Object: %s is not protected"
  75.     SKpObjAlreadyProtected,            "Object: %s is already protected"
  76.     SKpSetupGuardList,          "Setup list of objects to guard..."
  77.     SKpEdtGLAvailable,                    "Available %ss"
  78.     SKpEdtGLCaption,                        "%s.Protected Object List"
  79.     SKpEdtGLMin,                                "When minimum %s is not met"
  80.     SKpFmtEditUserCaption,            "EditUserCaption must have a %s somewhere in it which cab be replaced at runtime with the User being edited"
  81.     SKpFmtChangePasswordCaption,"ChangePasswordCaption must have a %s somewhere in it which cab be replaced at runtime with the User whose password is being changed"
  82.     SKpSecurityLevelRange,            "SecurityLevel must be within the range ( 0 >= SL <= 32767 )"
  83. }
  84.